home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / RC.sch < prev    next >
Text File  |  2004-01-06  |  4KB  |  156 lines

  1. object TPersHolder
  2.   P.Name = 'Resource .RC Files'
  3.   P.Extensions.Strings = (
  4.     'rc')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       FIText = 0
  9.       FIIntNum = 1
  10.       FIFloatNum = 2
  11.       FIHexNum = 3
  12.       FIDirective = 4
  13.       UseLineDirectives = True
  14.       UseComments = True
  15.       UseSingleLineComments = True
  16.       UseMultiLineComments = True
  17.       UseStrings = True
  18.       UseSingleLineStrings = True
  19.       UseNumbers = True
  20.       UsePrefixedNumbers = True
  21.       UseSuffixedNumbers = True
  22.       UseMultipleNumSuffixes = False
  23.       UsePrefixedSuffixedNumbers = True
  24.       UsePSNumComposition = True
  25.       UseKeywords = True
  26.       BlockDelimiters = <>
  27.       LineDirectivePrefix = '#'
  28.       SingleLineCommentDelimiters = <
  29.         item
  30.           FontID = 9
  31.           LeftDelimiter = '//'
  32.         end>
  33.       MultiLineCommentDelimiters = <
  34.         item
  35.           FontID = 5
  36.           LeftDelimiter = '/*'
  37.           RightDelimiter = '*/'
  38.         end>
  39.       SingleLineStringDelimiters = <
  40.         item
  41.           FontID = 6
  42.           LeftDelimiter = '"'
  43.           RightDelimiter = '"'
  44.         end
  45.         item
  46.           FontID = 7
  47.           LeftDelimiter = #39
  48.           RightDelimiter = #39
  49.         end>
  50.       NumPrefixes = <
  51.         item
  52.           LeftDelimiter = '0x'
  53.         end>
  54.       NumSuffixes = <
  55.         item
  56.           LeftDelimiter = 'L'
  57.         end>
  58.       NumPrefixesSuffixes = <>
  59.       KeywordSets = <
  60.         item
  61.           FontID = 8
  62.           Name = 'reserved'
  63.           Keywords =
  64.             'ACCELERATORS,ALT,ASCII,AUTO3STATE,AUTOCHECKBOX,AUTORADIOBUTTON,B' +
  65.             'ITMAP,BLOCK,CAPTION,CHARACTERISTICS,CHECKBOX,CHECKED,CLASS,CONTR' +
  66.             'OL,CTEXT,CURSOR,DEFPUSHBUTTON,DIALOG,DISCARDABLE,DLGINIT,FILEFLA' +
  67.             'GSMASK,FILEOS,FILETYPE,FILEVERSION,FIXED,FONT,GRAYED,GROUPBOX,HE' +
  68.             'LP,ICON,IMPURE,INACTIVE,LANGUAGE,LISTBOX,LOADONCALL,LTEXT,MENU,M' +
  69.             'ENUBARBREAK,MENUBREAK,MENUITEM,MESSAGETABLE,MOVEABLE,NOINVERT,NO' +
  70.             'NDISCARDABLE,POPUP,PRELOAD,PRODUCTVERSION,PUSHBUTTON,RADIOBUTTON' +
  71.             ',RCDATA,RTEXT,SEPARATOR,SHIFT,STATE3,STRINGTABLE,STYLE,USERBUTTO' +
  72.             'N,VALUE,VERSION,VERSIONINFO,VIRTKEY'
  73.         end>
  74.     end>
  75.   P.FontTable = <
  76.     item
  77.       FontID = 0
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clBlack
  80.       Font.Height = -13
  81.       Font.Name = 'Courier New'
  82.       Font.Style = []
  83.     end
  84.     item
  85.       FontID = 1
  86.       Font.Charset = DEFAULT_CHARSET
  87.       Font.Color = clGreen
  88.       Font.Height = -13
  89.       Font.Name = 'Courier New'
  90.       Font.Style = []
  91.     end
  92.     item
  93.       FontID = 2
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clGreen
  96.       Font.Height = -13
  97.       Font.Name = 'Courier New'
  98.       Font.Style = []
  99.     end
  100.     item
  101.       FontID = 3
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clGreen
  104.       Font.Height = -13
  105.       Font.Name = 'Courier New'
  106.       Font.Style = []
  107.     end
  108.     item
  109.       FontID = 4
  110.       Font.Charset = DEFAULT_CHARSET
  111.       Font.Color = clGreen
  112.       Font.Height = -13
  113.       Font.Name = 'Courier New'
  114.       Font.Style = [fsBold]
  115.     end
  116.     item
  117.       FontID = 5
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clGray
  120.       Font.Height = -13
  121.       Font.Name = 'Courier New'
  122.       Font.Style = [fsItalic]
  123.     end
  124.     item
  125.       FontID = 6
  126.       Font.Charset = DEFAULT_CHARSET
  127.       Font.Color = clMaroon
  128.       Font.Height = -13
  129.       Font.Name = 'Courier New'
  130.       Font.Style = []
  131.     end
  132.     item
  133.       FontID = 7
  134.       Font.Charset = DEFAULT_CHARSET
  135.       Font.Color = clMaroon
  136.       Font.Height = -13
  137.       Font.Name = 'Courier New'
  138.       Font.Style = []
  139.     end
  140.     item
  141.       FontID = 8
  142.       Font.Charset = DEFAULT_CHARSET
  143.       Font.Color = clBlue
  144.       Font.Height = -13
  145.       Font.Name = 'Courier New'
  146.       Font.Style = [fsBold]
  147.     end
  148.     item
  149.       FontID = 9
  150.       Font.Charset = DEFAULT_CHARSET
  151.       Font.Color = clGray
  152.       Font.Height = -13
  153.       Font.Name = 'Courier New'
  154.       Font.Style = [fsItalic]
  155.     end>
  156. end